Allows import Unity packages (.unitypackage) to custom folder, ignoring initial assets paths.
Navigate to the
Adjust the project manifest file
Open
Open the menu item
https://user-images.githubusercontent.com/7010398/221209668-6680d81d-01b9-4071-9a5c-06f8d13e267a.mp4
Install from npm 🤖
Packages
directory of your project.manifest.json
in a text editor and add com.dreamcode
is part of scopes.
`json
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.dreamcode"
]
}
],
"dependencies": {
...
}
}
`
Package Manager
and press Install
button.
Import Package > Extract Here
Well done 🤝
Now you can import .unitypackage to custom folder.Unity Editors Support
Smart Importer
implemented via C# Reflection and pass tests on the editor versions
2020
, 2021
, 2022